翻訳と辞書
Words near each other
・ Attri clan
・ ATTRIB
・ Attributable risk
・ Attributable risk percent
・ Attribute
・ Attribute (computing)
・ Attribute (role-playing games)
・ Attribute clash
・ Attribute domain
・ Attribute grammar
・ Attribute hierarchy method
・ Attribute substitution
・ Attribute-based access control
・ Attribute-based encryption
・ Attribute-driven design
Attribute-oriented programming
・ Attribute-value system
・ Attributed arms
・ Attributes of God in Christianity
・ Attribute–value pair
・ Attribution
・ Attribution (copyright)
・ Attribution (marketing)
・ Attribution (psychology)
・ Attribution bias
・ Attribution of liability to United Kingdom companies
・ Attribution of recent climate change
・ Attribution of the 2008 Mumbai attacks
・ Attribution-value model
・ Attributional ambiguity


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Attribute-oriented programming : ウィキペディア英語版
Attribute-oriented programming

Attribute-oriented programming (AOP) is a program-level marking technique. Programmers can mark program elements (e.g. classes and methods) to indicate that they maintain application-specific or domain-specific semantics. For example, some programmers may define a "logging" attribute and associate it with a method to indicate the method should implement a logging function, while other programmers may define a "web service" attribute and associate it with a class to indicate the class should be implemented as a web service. Attributes separate application's core logic (or business logic) from application-specific or domain-specific semantics (e.g. logging and web service functions). By hiding the implementation details of those semantics from program code, attributes increase the level of programming abstraction and reduce programming complexity, resulting in simpler and more readable programs. The program elements associated with attributes are transformed to more detailed programs by a supporting tool (e.g. preprocessor). For example, a preprocessor may insert a logging program into the methods associated with a "logging" attribute.
== Attribute-oriented programming in various languages ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Attribute-oriented programming」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.